home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
54809
/
54809.xpi
/
chrome
/
dictCheck-0.0.6.005.jar
/
content
/
aboutMeDialog.xul
next >
Wrap
Extensible Markup Language
|
2010-02-10
|
2KB
|
38 lines
<?xml version="1.0"?>
<!-- <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> -->
<?xml-stylesheet href='chrome://dictcheck/skin/iframeInfoDialog.css' type='text/css'?>
<dialog id="aboutMeDialog" title="About Me"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
buttons='accept'
ondialogaccept="close();"
align='center'>
<script type='application/x-javascript' src='chrome://dictcheck/content/libs.js'></script>
<vbox align='center' style="margin-top: 0; margin-bottom: 0;">
<hbox flex="1">
<label style="margin-right: 0;" value="[PL] Autor: [EN] Author: "></label>
<label style="margin-left: 0;" value='Krzysztof Slawinski' class='textLink' onclick='com.ksla.libs.goURL("http://ksla.cba.pl")'></label>
</hbox>
<label value='[PL] Program na licencji freeware. Wszelkie prawa zastrze┼╝one. [EN] Please feel free to use it. It is free of charge.'></label>
<label value='[PL] Instalujesz, używasz na własne ryzyko. [EN] You are installing this plugin at your own risk.'></label>
<label value=''></label>
<label value="[PL] Jeśli podoba Ci się dictCheck i chcesz wesprzeć program dożywiania dzieci w szkołach kliknij na poniższy link"></label>
<label value="[EN] If you like the plugin please click the link below in order to support a program of nourishment of children at schools."></label>
<label value=''></label>
<label value='http://www.pajacyk.pl' class='textLink' onclick='com.ksla.libs.goURL("http://www.pajacyk.pl/index.php")'></label>
<label value=''></label>
<label value='[PL] Bugi i wszelkie komentarze można zgłaszać na mejla, adres poniżej: '></label>
<label value='[EN] For bugs/new features requests or any others feel free to email me at: '></label>
<label value=''></label>
<textbox id='dictCheckEmail'
readonly='true'
value='dictCheck@gmail.com'
>
</textbox>
</vbox>
</dialog>